🧠 AI Lookup Table Visualization

SGDK Pong Neural Network Decision Map
1594×1594 pixels (2,540,160 AI decisions)
Hover over the image to see coordinates and AI decision
UP
0
0.0%
STAY
2,540,160
100.0%
DOWN
0
0.0%
🔍 How to read this visualization:
White pixels = AI wants to move paddle UP
Gray pixels = AI wants to STAY in place
Black pixels = AI wants to move paddle DOWN
Dark gray = Unused space (padding)

Each pixel represents one combination of: ball position (x,y), ball velocity (vx,vy), and AI paddle position.
⚠️ WARNING: All decisions are "Stay" (gray)!
This suggests the neural network input normalization doesn't match the training data. Consider retraining the model with the updated training script.